home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / cphoto3.dxr / 00026.ls < prev    next >
Encoding:
Text File  |  1997-11-06  |  365 b   |  17 lines

  1. on exitFrame
  2.   global skip, no, jikan, pmai, nauto
  3.   go(the frame)
  4.   if nauto = 1 then
  5.     if (skip + (jikan * 60)) <= ticks() then
  6.       set no to no + 1
  7.       if no <= pmai then
  8.         set the memberNum of sprite 13 to no
  9.       else
  10.         set no to 50
  11.         set the memberNum of sprite 13 to no
  12.       end if
  13.       set skip to ticks()
  14.     end if
  15.   end if
  16. end
  17.